xcode-select --installText Analytics in R
To install quanteda
quanteda is an R package for managing and analyzing text, https://github.com/quanteda/quanteda
- First, you will need to install XCode command line tools.
- Then install the TBB libraries and the pkg-config utility: (after installing Homebrew):
brew install tbb pkg-configgfortran https://github.com/fxcoudert/gfortran-for-macOS/releases
Now you can install
quanteda
install.packages("quanteda")